body {
	background: white;
	margin: 0px;
	font-family: sans-serif;
	font-size: 13px;
}
h1, h2, h3, h4 {
	font-family: verdana, sans-serif;
}
h1 { font-size: 24px }
h2 { font-size: 20px }
h3 { font-size: 17px }
h4 { font-size: 12px }


#toplinks {
	font-weight: bold;
}
#searchForm {
	margin-top: auto;
	margin-bottom: auto;
}

DIV.menu { padding: 6px }

TABLE.header { background: url(/graphics/bluegradient.gif) }

TD.content { background: url(/graphics/wagonbrg.gif) }

TD.menubottom { background: url(/graphics/greengradient2.gif) }

DIV.content { padding: 5px }

a.menulink1 { font-weight: bold }

a.menulink1:link { color: #000000 }
a.menulink1:visited { color: #777777 }
a.menulink1:hover { color: #4B0082 }
a.menulink1:active { color: #000000 }

a.menulink2 { font-size: 10px }

a.menulink2:link { color: #000000 }
a.menulink2:visited { color: #777777 }
a.menulink2:hover { color: #4B0082 }
a.menulink2:active { color: #000000 }

DIV.menulink1 { 
	text-align: right;
	padding-bottom: 12px;
}

DIV.menulink2 { text-align: right }

DIV.itemTitle {
	text-align: center;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

DIV.itemDescription { }

DIV.itemPrice {
	text-align: right;
	font-weight: bold;
	color: #FF0000;
	font-size: 16px;
}

DIV.itemQuantity { }

DIV.itemImageLink {
	text-align: center;
	font-size: 10px;
}

TABLE.catalogItem {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

TABLE.cartTable {
	width: 600px;
	margin-left: auto;
	margin-right: auto
 }

TH.cartHeading { background: #CCCCCC }

TR.cartRowEven { background: #FFFFCC }

TR.cartRowOdd { background: #FFFFFF }

TD.cartContents { }

TD.cartContentsImage { text-align: center }

TD.cartContentsQuantity { text-align: center }

TD.cartContentsPrice { text-align: right }

TD.cartContentsRemove {
	font-family: arial, helvetica;
	font-size: 10px;
	text-align: center
}

TD.cartSummary {
	font-weight: bold;
	text-align: right
}

TD.cartBottomLine {
	height: 2px;
	background-color: #000000
}

TABLE.shippingCalc {
	width: 600px;
	padding: 3px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto
}

SPAN.shipMethodError { color: red }

DIV.shipMethodErrorDetail { font-size: 10px; }

SPAN.shipMethod { }

SPAN.shipMethodPrice { font-weight: bold }

#orderPolicies {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#orderPolicies h1 {
	font-family: verdana, sans-serif;
	font-size: 18px;
	border: 1px dashed #000;
	padding: 5px;
	background: #ccccff
}

#orderPolicies h3 {
	font-family: verdana, sans-serif;
	font-size: 16px;
	margin-bottom: 0px
}

#orderPolicies p {
	margin-top: 0px;
	margin-bottom: 10px
}

TD.formLabel {
	padding-right: 30px;
	font-weight: bold
}

TD.formContent { }


TD.hidden { display: none }

TD.error {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #ff0000
}

TD.warn {
        font-family: arial, helvetica;
        font-size: 10pt
}


DIV.orderFormContent {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px
}

DIV.orderFormContent h1 {
	font-family: verdana, sans-serif;
	font-size: 18px;
	border: 1px dashed #000;
	padding: 5px;
	background: #ccccff
}

DIV.orderFormContent h2 {
	font-family: verdana, sans-serif;
	font-size: 12pt;
	border-bottom: 1pt solid #000
}

DIV.infoBox {
	width: 175px;
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #999999;
	font-family: sans-serif;
	font-size: 7pt;
	float: right
}
A.categoryLink {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: arial, helvetica;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #ffffcc;
	white-space: nowrap;
	float: left
}
A:hover.categoryLink {
	background: #ffffaa;
	border: 1px solid #999999
}
